The QTVRGetNodeType function returns a value that specifies the type of a node. Currently, these values can be returned:
enum {
kQTVRPanoramaType = FOUR_CHAR_CODE('pano'),
kQTVRObjectType = FOUR_CHAR_CODE('obje')
};
| Previous | Chapter Contents | Chapter Top | Next |